Drags a window to a location based on X and Y coordinates relative to the parent window.
Syntax
Drag(xCoordinate, yCoordinate)
Arguments
| Argument | Description |
|---|---|
| xCoordinate | X coordinate for the horizontal pixel location to move the window to relative to the parent window. |
| yCoordinate | Y coordinate for the vertical pixel location to move the window to relative to the parent window. |
Supported objects
Browser, Window
Example
Window("WysiCorp CRM").Drag(20, 30)